home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP Eylül 1998.iso
/
Slackwar
/
contents
/
scripts
/
tcsh
< prev
next >
Wrap
Text File
|
1997-06-06
|
191b
|
9 lines
if fgrep tcsh etc/shells 1> /dev/null 2> /dev/null ; then
GOOD=y
else
echo "/bin/tcsh" >> etc/shells
echo "/bin/csh" >> etc/shells
fi
( cd bin ; rm -rf csh )
( cd bin ; ln -sf tcsh csh )